Create a Movie Trailer Website
Functionality
| Criteria | Meet Specification |
|---|---|
|
Content |
The page contains all of the required elements (title, box with art imagery, and trailer). |
|
Python Data Structure |
Page is generated dynamically from a Python data structure. |
|
Errors |
Code has no errors, bugs, or glitches. |
Code Review
| Criteria | Meet Specification |
|---|---|
|
Variables usage |
|
|
Functions usage |
|
|
Appropriate data usage |
The appropriate data types are consistently used (strings for text, lists for ordered data, and nested lines, as appropriate). |
|
Appropriate coding techniques |
The student demonstrates coding techniques like branching and loops appropriately (i.e., for loop in a list, |
|
Appropriate classes usage |
Code defines classes appropriately and uses instances of those classes in it. |
|
Comments / Documentation |
All functions include a comment, which explains its expected behavior, inputs and outputs (if applicable). |
Tips to make your project standout:
Add extra information about your favorite movies (screenwriter, launch date, etc.) and modify fresh_tomatoes.py to show it on your web page.